home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / HEXVIEW.ARJ / HEXVIEW.DOC next >
Text File  |  1992-10-01  |  6KB  |  185 lines

  1.  
  2.                             HEXVIEW 1.2
  3.                             -----------
  4.  
  5.  
  6. INTRODUCTION
  7. ------------
  8.  
  9. Hexview is a simple file viewer.  It displays files in both hex and
  10. ASCII form.  Some of its useful features are directory file lists
  11. displayed with the first 55 bytes of the file to aid in choosing,
  12. file offsets, FAST random access to all positions of any size files,
  13. including VERY large files. Jump to position instructions entered in
  14. either decimal, octal or hex format,  Wildcard file specifications,
  15. ASCII masking to make the file more humanly readable.  And probably
  16. most appealing...... IT'S CHEAP!!!!
  17.  
  18. HEXVIEW is shareware.  Therefore there is no charge to copy it and
  19. distribute it to others.  BUT, it is not FREE!    If you find it at
  20. all useful, please register your copy for $5 dollars and join the
  21. wonderful world of shareware supporters.  This will not only let you
  22. sleep at night with a clear conscience but it will also entitle you to
  23. limited upgrades and support.
  24.  
  25.  
  26.  
  27.                               Disclaimer
  28.                               ----------
  29.  
  30.          Although I have attempted to write this application to be as
  31.          stable and accurate as possible, the possibility for error
  32.          can't be completely avoided.  Therefore I expressly disclaim
  33.          any warranty that the information provided by this and
  34.          associated documentation and information retrieved by Hexview
  35.          itself is accurate.  Any risk of damage due to any possible
  36.          inaccurate information is assumed by the user of the
  37.          information.  In addition, the use of this program on any
  38.          computer is at the risk of the user and I assume no
  39.          responsibility for loss of data or information.
  40.  
  41.  
  42.  
  43.  
  44. Using HEXVIEW
  45. -------------
  46.  
  47. Hexview is completely self contained.  It needs no supplementary files
  48. to run so it can be put anywhere in you path or you can start it with
  49. a full path to where it is.
  50.  
  51. If you start hexview with no parameters on the command line, it will
  52. display a file list with all files in the current directory and a
  53. view of the first 55 bytes of the each file.
  54.  
  55.  
  56. If you specify a filename or filespec with any DOS wildcards, HEXVIEW
  57. will display a list of all the matching files.
  58.  
  59.  
  60. Move the pointer to the desired file and press ENTER.  HEXVIEW will
  61. display the first 256 bytes of the file in both HEX and ASCII
  62. representation.
  63.  
  64.  
  65.  
  66. HELP (F1)
  67. ---------
  68.  
  69. At any time during viewing the file, you can call up a help screen
  70. containing a list of all of the speed keys.
  71.  
  72.  
  73.  
  74. NAVIGATING AROUND IN HEXVIEW
  75. ----------------------------
  76.  
  77. To move one line at a time (16 bytes), use the Up and Down cursor
  78. keys.  To move one page at a time (256 bytes), use the Page-up and
  79. Page-down keys.  To quickly go to the beginning and end of the file,
  80. use the Home and End keys.
  81.  
  82.  
  83. To jump to a specific file location, press the letter J.  A JUMP TO
  84. input box will pop up and you can enter the position to jump to in
  85. decimal, octal or Hexidecimal format.
  86.  
  87. Example:
  88.             1839        DECIMAL
  89.             3232          "
  90.             92            "
  91.             F43            INVALID DECIMAL
  92.  
  93.             037            OCTAL
  94.             034            OCTAL
  95.             091            INVALID OCTAL
  96.  
  97.             0x13        HEXIDECIMAL
  98.             0xFF23        HEXIDECIMAL
  99.             0xKJ2F        INVALID HEXIDECIMAL
  100.  
  101.  
  102. File Position will always be displayed in the status box at the top
  103. of the screen.
  104.  
  105.  
  106.  
  107. ASCII MASK
  108. ----------
  109.  
  110. The ASCII window will display all bytes as their EXTENDED ASCII
  111. character.    Bytes that represent cursor movement such as Carriage
  112. Return(13), LineFeed(10), Hard Tab(9), Backspace(8) and bytes that are
  113. not displayable, such as the BELL character(7),  will all be displayed
  114. as a DOT (ASCII 250).
  115.  
  116. The ASCII MASK can be toggled on and of by pressing the letter M.  When
  117. the masking is turned on, the ASCII window of HEXVIEW will only display
  118. letters, numbers and punctuation.  This allows you to more easily read
  119. ASCII strings in binary files.
  120.  
  121.  
  122. THE STATUS BOX
  123. --------------
  124.  
  125. At the top of the viewscreen is the Status Box.  In the Status box is
  126. displayed the current Filename, the current file position in both
  127. decimal and hex and the size of the current file.
  128.  
  129.  
  130. EXITING HEXVIEW
  131. ---------------
  132.  
  133. You can exit HEXVIEW by pressing the Escape key.  If you are in the file
  134. list this will exit HEXVIEW, if you are in the file viewscreen this will
  135. take you back to the file list and pressing Escape again will exit the
  136. program.
  137.  
  138.  
  139. HEXVIEW VERSION
  140. ---------------
  141.  
  142. When you are in the file viewing screen, you can pull up a VERSION box of
  143. HEXVIEW to verify the version of HEXVIEW that you are running by pressing
  144. the letter V.  At the time of this release, the current version is
  145. HEXVIEW VERSION 1.2.
  146.  
  147.  
  148.  
  149.  
  150.                             REGISTRATION
  151.                             ------------
  152.  
  153.  
  154. In order to register your copy of HEXVIEW, please fill out and return
  155. the attached registration form along with a check for $5 to:
  156.  
  157.     Tim Beauchamp
  158.     211 San Carlos Ave
  159.     Redwood City, Ca 94061
  160.  
  161. You will receive a serial number to use for limited free upgrades and
  162. information regarding this and other of my programs.
  163.  
  164.  
  165.  
  166.     Name:  ____________________________________________________
  167.  
  168.  Company:  ____________________________________________________
  169.  
  170.    Title:  _________________________________  Date:____________
  171.  
  172.  Address:  ____________________________________________________
  173.  
  174.     City:  _______________________________   State:  __________
  175.  
  176. Zip Code:  ____________
  177.  
  178. Telephone #:  (_____)_____________  Fax #:  (____)_____________
  179.  
  180. Date of registration: _____________________________
  181.  
  182.  
  183.  
  184.  
  185.